home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / python < prev    next >
Text File  |  2008-10-08  |  1KB  |  36 lines

  1. # vim:syntax=apparmor
  2. # $Id: python 951 2007-08-29 00:05:56Z seth_arnold $
  3. # ------------------------------------------------------------------
  4. #
  5. #    Copyright (C) 2002-2006 Novell/SUSE
  6. #
  7. #    This program is free software; you can redistribute it and/or
  8. #    modify it under the terms of version 2 of the GNU General Public
  9. #    License published by the Free Software Foundation.
  10. #
  11. # ------------------------------------------------------------------
  12.  
  13.   /usr/lib64/python2.[45]/**.{egg,py,pyc,pth,so} mr,
  14.   /usr/lib64/python2.[45]/site-packages/ r,
  15.   /usr/lib/python2.[45]/**.{egg,py,pyc,pth,so} mr,
  16.   /usr/lib/python2.[45]/site-packages/ r,
  17.  
  18.   /usr/local/lib64/python2.[45]/**.{egg,py,pyc,pth,so} mr,
  19.   /usr/local/lib64/python2.[45]/site-packages/ r,
  20.   /usr/local/lib/python2.[45]/**.{egg,py,pyc,pth,so} mr,
  21.   /usr/local/lib/python2.[45]/site-packages/ r,
  22.  
  23.   # Site-wide configuration
  24.   /etc/python2.[45]/** r,
  25.  
  26.   # python-central paths
  27.   /usr/share/pyshared/** r,
  28.   /usr/share/pycentral/** r,
  29.   /usr/share/python-support/** r,
  30.   /var/lib/python-support/** r,
  31.   /var/lib/python-support/**.so mr,
  32.   /usr/lib/python-support/**.so mr,
  33.  
  34.   # wx paths
  35.   /usr/lib/wx/python/*.pth r,
  36.